home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: guerino1@ix.netcom.com(Frank Guerino )
- Newsgroups: comp.lang.c++
- Subject: Re: Professional advice need by a sudent
- Date: 28 Jan 1996 03:20:01 GMT
- Organization: Netcom
- Message-ID: <4eeq11$569@reader2.ix.netcom.com>
- References: <3107B8DB.1566@netvision.net.il>
- NNTP-Posting-Host: ix-rnwk1-24.ix.netcom.com
- X-NETCOM-Date: Sat Jan 27 7:20:07 PM PST 1996
-
-
- In <3107B8DB.1566@netvision.net.il> Bruce Klaydman
- <bruce@netvision.net.il> writes:
- >
- >Hi.
- >I'm new to C/C++ and I don't know if I should start to lern ANCI C
- >or C++.
- >Please tell me what would be a best to start with?
- >
- >Thanks.
-
- If you already know C then go straight to C++. If you don't,
- then I highly recommend you learn C first. Whether it's K&R
- or ANSI really isn't an issue. It's understanding the con-
- cepts that matter. After you learn C, I recommend a book
- called "Object Oriented Analysis" by Coad and Yourn before
- you go into C++. It's short and to the point about what it
- means to design objects.
-
- C++ is built on the knowledge of C. You have to understand
- the C language well because when C++ code is slow or ineffic-
- iant, you will go back to writing C based code to correct
- your problems.
-
-